<script>on mouseUpglobal ActiveHelpLine, ActiveHelpFieldlock screenif ActiveHelpLine > 0 then set textStyle of ActiveHelpLine to plainif ActiveHelpField > 0 then hide card field ActiveHelpFieldpop cardunlock screen with visual effect barn door close slowend mouseUp</script>
</part>
<part>
<id>2</id>
<type>field</type>
<visible> <true /> </visible>
<dontWrap> <false /> </dontWrap>
<dontSearch> <false /> </dontSearch>
<sharedText> <false /> </sharedText>
<fixedLineHeight> <true /> </fixedLineHeight>
<autoTab> <false /> </autoTab>
<lockText> <true /> </lockText>
<rect>
<left>23</left>
<top>85</top>
<right>218</right>
<bottom>304</bottom>
</rect>
<style>rectangle</style>
<autoSelect> <false /> </autoSelect>
<showLines> <false /> </showLines>
<wideMargins> <true /> </wideMargins>
<multipleLines> <false /> </multipleLines>
<reservedFamily> 0 </reservedFamily>
<titleWidth>0</titleWidth>
<icon>0</icon>
<textAlign>left</textAlign>
<font>Geneva</font>
<textSize>12</textSize>
<textStyle>plain</textStyle>
<textHeight>16</textHeight>
<name>HelpContents</name>
<script>on mouseUpglobal ActiveHelpLine, ActiveHelpFieldif value(the clickLine) = "" then exit mouseUpif ActiveHelpLine >0 then set textStyle of ActiveHelpLine to plainif ActiveHelpField <> "" then hide card field ActiveHelpFieldset textStyle of the clickLine to italicshow card field value(the clickLine)put the clickLine into ActiveHelpLineput value(the clickLine) into ActiveHelpFieldend mouseUp</script>